home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / sound / arm / Kconfig next >
Encoding:
Text File  |  2009-09-09  |  1.6 KB  |  69 lines

  1. # ALSA ARM drivers
  2.  
  3. menuconfig SND_ARM
  4.     bool "ARM sound devices"
  5.     depends on ARM
  6.     default y
  7.     help
  8.       Support for sound devices specific to ARM architectures.
  9.       Drivers that are implemented on ASoC can be found in
  10.       "ALSA for SoC audio support" section.
  11.  
  12. if SND_ARM
  13.  
  14. config SND_SA11XX_UDA1341
  15.     tristate "SA11xx UDA1341TS driver (iPaq H3600)"
  16.     depends on ARCH_SA1100 && L3
  17.     select SND_PCM
  18.     help
  19.       Say Y here if you have a Compaq iPaq H3x00 handheld computer
  20.       and want to use its Philips UDA 1341 audio chip.
  21.  
  22.       To compile this driver as a module, choose M here: the module
  23.       will be called snd-sa11xx-uda1341.
  24.  
  25. config SND_ARMAACI
  26.     tristate "ARM PrimeCell PL041 AC Link support"
  27.     depends on ARM_AMBA
  28.     select SND_PCM
  29.     select SND_AC97_CODEC
  30.  
  31. config SND_PXA2XX_PCM
  32.     tristate
  33.     select SND_PCM
  34.  
  35. config SND_PXA2XX_LIB
  36.     tristate
  37.     select SND_AC97_CODEC if SND_PXA2XX_LIB_AC97
  38.  
  39. config SND_PXA2XX_LIB_AC97
  40.     bool
  41.  
  42. config SND_PXA2XX_AC97
  43.     tristate "AC97 driver for the Intel PXA2xx chip"
  44.     depends on ARCH_PXA
  45.     select SND_PXA2XX_PCM
  46.     select SND_AC97_CODEC
  47.     select SND_PXA2XX_LIB
  48.     select SND_PXA2XX_LIB_AC97
  49.     help
  50.       Say Y or M if you want to support any AC97 codec attached to
  51.       the PXA2xx AC97 interface.
  52.  
  53. config SND_MXC_SPDIF
  54.         tristate "MXC SPDIF sound card spport"
  55.         select SND_PCM
  56.         help
  57.           Say Y here to enable SPDIF sound card
  58.  
  59. config SND_MXC_PMIC_IRAM
  60.         bool "MXC PMIC sound system supports IRAM"
  61.         depends on SND_MXC_PMIC && SDMA_IRAM
  62.         default n
  63.         select SND_PCM
  64.         help
  65.           It will use IRAM as the DMA buffer of ALSA playback.
  66.  
  67. endif    # SND_ARM
  68.  
  69.